home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 52811 / 52811.xpi / chrome / skin / about.css next >
Cascading Style Sheet File  |  2009-08-11  |  621b  |  39 lines

  1. /* CSS Document realtivo all'interfaccia dell'about dell'add-on */
  2.  
  3. #title {
  4.   font-size: 400%;
  5.   font-weight: bold;
  6. }
  7.  
  8. #mainGroup {
  9.   margin-top: 15px;
  10. }
  11.  
  12. #homepageTitle, #authorTitle, #contributorsTitle, #emailTitle {
  13.   font-weight: bold;
  14. }
  15.  
  16. #description, #homepage, #author, #email {
  17.   margin-bottom: 10px;
  18. }
  19.  
  20. #description {
  21.   width: 300px;
  22. }
  23.  
  24. #homepage, #email {
  25.   color: #0000E0;
  26.   text-decoration: underline;
  27.   cursor: pointer;
  28. }
  29.  
  30. #contributorsBox {
  31.   height: 100px;
  32.   overflow: auto;
  33. }
  34.  
  35. #icona {   
  36.   list-style-image: url('icon/icon.png');   
  37.   height:40px;
  38.   width:70px;
  39. }